home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / ezrthi.xof < prev    next >
Text File  |  1996-05-21  |  9KB  |  428 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  66;
  136.  0.114862;-1.209975;0.050604;,
  137.  0.048351;-1.205820;0.190893;,
  138.  -0.079000;-1.206203;0.120226;,
  139.  0.114862;-1.209975;0.050604;,
  140.  -0.079000;-1.206203;0.120226;,
  141.  -0.004556;-1.213334;-0.036126;,
  142.  0.114862;-1.209975;0.050604;,
  143.  0.203541;-0.611238;-0.029119;,
  144.  0.061956;-0.631459;0.270994;,
  145.  0.114862;-1.209975;0.050604;,
  146.  0.061956;-0.631459;0.270994;,
  147.  0.048351;-1.205820;0.190893;,
  148.  0.048351;-1.205820;0.190893;,
  149.  0.061956;-0.631459;0.270994;,
  150.  -0.205185;-0.625827;0.128265;,
  151.  0.048351;-1.205820;0.190893;,
  152.  -0.205185;-0.625827;0.128265;,
  153.  -0.079000;-1.206203;0.120226;,
  154.  -0.079000;-1.206203;0.120226;,
  155.  -0.205185;-0.625827;0.128265;,
  156.  -0.045098;-0.611441;-0.164099;,
  157.  -0.079000;-1.206203;0.120226;,
  158.  -0.045098;-0.611441;-0.164099;,
  159.  -0.004556;-1.213334;-0.036126;,
  160.  -0.004556;-1.213334;-0.036126;,
  161.  -0.045098;-0.611441;-0.164099;,
  162.  0.203541;-0.611238;-0.029119;,
  163.  -0.004556;-1.213334;-0.036126;,
  164.  0.203541;-0.611238;-0.029119;,
  165.  0.114862;-1.209975;0.050604;,
  166.  0.203541;-0.611238;-0.029119;,
  167.  0.216048;-0.075666;-0.085705;,
  168.  0.078855;-0.035213;0.236761;,
  169.  0.203541;-0.611238;-0.029119;,
  170.  0.078855;-0.035213;0.236761;,
  171.  0.061956;-0.631459;0.270994;,
  172.  0.061956;-0.631459;0.270994;,
  173.  0.078855;-0.035213;0.236761;,
  174.  -0.149619;0.087721;0.029823;,
  175.  0.061956;-0.631459;0.270994;,
  176.  -0.149619;0.087721;0.029823;,
  177.  -0.205185;-0.625827;0.128265;,
  178.  -0.205185;-0.625827;0.128265;,
  179.  -0.149619;0.087721;0.029823;,
  180.  -0.034885;0.029466;-0.198075;,
  181.  -0.205185;-0.625827;0.128265;,
  182.  -0.034885;0.029466;-0.198075;,
  183.  -0.045098;-0.611441;-0.164099;,
  184.  -0.045098;-0.611441;-0.164099;,
  185.  -0.034885;0.029466;-0.198075;,
  186.  0.216048;-0.075666;-0.085705;,
  187.  -0.045098;-0.611441;-0.164099;,
  188.  0.216048;-0.075666;-0.085705;,
  189.  0.203541;-0.611238;-0.029119;,
  190.  0.078855;-0.035213;0.236761;,
  191.  0.216048;-0.075666;-0.085705;,
  192.  0.130295;0.041778;0.076638;,
  193.  -0.149619;0.087721;0.029823;,
  194.  0.078855;-0.035213;0.236761;,
  195.  0.130295;0.041778;0.076638;,
  196.  -0.034885;0.029466;-0.198075;,
  197.  -0.149619;0.087721;0.029823;,
  198.  0.130295;0.041778;0.076638;,
  199.  0.216048;-0.075666;-0.085705;,
  200.  -0.034885;0.029466;-0.198075;,
  201.  0.130295;0.041778;0.076638;;
  202.  
  203.  22;
  204.  3;0,1,2;,
  205.  3;3,4,5;,
  206.  3;6,7,8;,
  207.  3;9,10,11;,
  208.  3;12,13,14;,
  209.  3;15,16,17;,
  210.  3;18,19,20;,
  211.  3;21,22,23;,
  212.  3;24,25,26;,
  213.  3;27,28,29;,
  214.  3;30,31,32;,
  215.  3;33,34,35;,
  216.  3;36,37,38;,
  217.  3;39,40,41;,
  218.  3;42,43,44;,
  219.  3;45,46,47;,
  220.  3;48,49,50;,
  221.  3;51,52,53;,
  222.  3;54,55,56;,
  223.  3;57,58,59;,
  224.  3;60,61,62;,
  225.  3;63,64,65;;
  226.  
  227.  MeshMaterialList {
  228.   2;
  229.   22;
  230.   0,
  231.   1,
  232.   1,
  233.   1,
  234.   1,
  235.   1,
  236.   1,
  237.   1,
  238.   1,
  239.   1,
  240.   1,
  241.   1,
  242.   1,
  243.   1,
  244.   1,
  245.   1,
  246.   1,
  247.   1,
  248.   1,
  249.   1,
  250.   1,
  251.   1;
  252.   Material {
  253.    0.760784;0.458824;0.317647;1.000000;;
  254.    0.000000;
  255.    0.000000;0.000000;0.000000;;
  256.    0.000000;0.000000;0.000000;;
  257.   }
  258.   Material {
  259.    0.760784;0.458824;0.317647;1.000000;;
  260.    256.000000;
  261.    0.000000;0.000000;0.000000;;
  262.    0.000000;0.000000;0.000000;;
  263.   }
  264.  }
  265.  MeshNormals {
  266.   66;
  267.   -0.007168;-0.999390;0.034186;,
  268.   -0.010627;-0.999642;0.024571;,
  269.   -0.007168;-0.999390;0.034186;,
  270.   -0.007168;-0.999390;0.034186;,
  271.   -0.007168;-0.999390;0.034186;,
  272.   -0.003709;-0.999034;0.043797;,
  273.   0.989085;-0.145338;0.024245;,
  274.   0.950399;-0.113221;-0.289694;,
  275.   0.284761;-0.013367;0.958505;,
  276.   0.989085;-0.145338;0.024245;,
  277.   0.284761;-0.013367;0.958505;,
  278.   -0.023723;-0.140670;0.989772;,
  279.   -0.023723;-0.140670;0.989772;,
  280.   0.284761;-0.013367;0.958505;,
  281.   -0.956542;-0.060494;0.285249;,
  282.   -0.023723;-0.140670;0.989772;,
  283.   -0.956542;-0.060494;0.285249;,
  284.   -0.980565;-0.195751;-0.013220;,
  285.   -0.980565;-0.195751;-0.013220;,
  286.   -0.956542;-0.060494;0.285249;,
  287.   -0.301841;-0.151927;-0.941175;,
  288.   -0.980565;-0.195751;-0.013220;,
  289.   -0.301841;-0.151927;-0.941175;,
  290.   0.073039;-0.230386;-0.970354;,
  291.   0.073039;-0.230386;-0.970354;,
  292.   -0.301841;-0.151927;-0.941175;,
  293.   0.950399;-0.113221;-0.289694;,
  294.   0.073039;-0.230386;-0.970354;,
  295.   0.950399;-0.113221;-0.289694;,
  296.   0.989085;-0.145338;0.024245;,
  297.   0.950399;-0.113221;-0.289694;,
  298.   0.894205;0.232410;-0.382601;,
  299.   0.632563;0.330212;0.700589;,
  300.   0.950399;-0.113221;-0.289694;,
  301.   0.632563;0.330212;0.700589;,
  302.   0.284761;-0.013367;0.958505;,
  303.   0.284761;-0.013367;0.958505;,
  304.   0.632563;0.330212;0.700589;,
  305.   -0.565493;0.673669;0.475803;,
  306.   0.284761;-0.013367;0.958505;,
  307.   -0.565493;0.673669;0.475803;,
  308.   -0.956542;-0.060494;0.285249;,
  309.   -0.956542;-0.060494;0.285249;,
  310.   -0.565493;0.673669;0.475803;,
  311.   -0.237400;0.576284;-0.782009;,
  312.   -0.956542;-0.060494;0.285249;,
  313.   -0.237400;0.576284;-0.782009;,
  314.   -0.301841;-0.151927;-0.941175;,
  315.   -0.301841;-0.151927;-0.941175;,
  316.   -0.237400;0.576284;-0.782009;,
  317.   0.894205;0.232410;-0.382601;,
  318.   -0.301841;-0.151927;-0.941175;,
  319.   0.894205;0.232410;-0.382601;,
  320.   0.950399;-0.113221;-0.289694;,
  321.   0.632563;0.330212;0.700589;,
  322.   0.894205;0.232410;-0.382601;,
  323.   0.503198;0.858102;0.102243;,
  324.   -0.565493;0.673669;0.475803;,
  325.   0.632563;0.330212;0.700589;,
  326.   0.503198;0.858102;0.102243;,
  327.   -0.237400;0.576284;-0.782009;,
  328.   -0.565493;0.673669;0.475803;,
  329.   0.503198;0.858102;0.102243;,
  330.   0.894205;0.232410;-0.382601;,
  331.   -0.237400;0.576284;-0.782009;,
  332.   0.503198;0.858102;0.102243;;
  333.  
  334.   22;
  335.   3;0,1,2;,
  336.   3;3,4,5;,
  337.   3;6,7,8;,
  338.   3;9,10,11;,
  339.   3;12,13,14;,
  340.   3;15,16,17;,
  341.   3;18,19,20;,
  342.   3;21,22,23;,
  343.   3;24,25,26;,
  344.   3;27,28,29;,
  345.   3;30,31,32;,
  346.   3;33,34,35;,
  347.   3;36,37,38;,
  348.   3;39,40,41;,
  349.   3;42,43,44;,
  350.   3;45,46,47;,
  351.   3;48,49,50;,
  352.   3;51,52,53;,
  353.   3;54,55,56;,
  354.   3;57,58,59;,
  355.   3;60,61,62;,
  356.   3;63,64,65;;
  357.  }
  358.  MeshTextureCoords {
  359.   66;
  360.   0.560492;0.448684;,
  361.   0.520967;0.448684;,
  362.   0.688980;0.448684;,
  363.   0.560492;0.448684;,
  364.   0.688980;0.448684;,
  365.   0.691370;0.448684;,
  366.   0.000000;1.000000;,
  367.   0.500000;1.000000;,
  368.   0.500000;0.697597;,
  369.   0.000000;1.000000;,
  370.   0.500000;0.697597;,
  371.   0.000000;0.697597;,
  372.   0.000000;0.697597;,
  373.   0.500000;0.697597;,
  374.   0.500000;0.427929;,
  375.   0.000000;0.697597;,
  376.   0.500000;0.427929;,
  377.   0.000000;0.427929;,
  378.   0.000000;0.427929;,
  379.   0.500000;0.427929;,
  380.   0.500000;0.213118;,
  381.   0.000000;0.427929;,
  382.   0.500000;0.213118;,
  383.   0.000000;0.213118;,
  384.   0.000000;0.213118;,
  385.   0.500000;0.213118;,
  386.   0.500000;0.000000;,
  387.   0.000000;0.213118;,
  388.   0.500000;0.000000;,
  389.   0.000000;0.000000;,
  390.   0.500000;1.000000;,
  391.   1.000000;1.000000;,
  392.   1.000000;0.697597;,
  393.   0.500000;1.000000;,
  394.   1.000000;0.697597;,
  395.   0.500000;0.697597;,
  396.   0.500000;0.697597;,
  397.   1.000000;0.697597;,
  398.   1.000000;0.427929;,
  399.   0.500000;0.697597;,
  400.   1.000000;0.427929;,
  401.   0.500000;0.427929;,
  402.   0.500000;0.427929;,
  403.   1.000000;0.427929;,
  404.   1.000000;0.213118;,
  405.   0.500000;0.427929;,
  406.   1.000000;0.213118;,
  407.   0.500000;0.213118;,
  408.   0.500000;0.213118;,
  409.   1.000000;0.213118;,
  410.   1.000000;0.000000;,
  411.   0.500000;0.213118;,
  412.   1.000000;0.000000;,
  413.   0.500000;0.000000;,
  414.   0.520967;0.448684;,
  415.   0.560492;0.448684;,
  416.   0.615452;0.448684;,
  417.   0.688980;0.448684;,
  418.   0.520967;0.448684;,
  419.   0.615452;0.448684;,
  420.   0.691370;0.448684;,
  421.   0.688980;0.448684;,
  422.   0.615452;0.448684;,
  423.   0.560492;0.448684;,
  424.   0.691370;0.448684;,
  425.   0.615452;0.448684;;
  426.  }
  427. }
  428.